Class com.symantec.itools.vcafe.openapi.beans.SyntheticPropertyDescriptor
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.symantec.itools.vcafe.openapi.beans.SyntheticPropertyDescriptor

Object
   |
   +----FeatureDescriptor
           |
           +----com.symantec.itools.vcafe.openapi.beans.SyntheticPropertyDescriptor

public class SyntheticPropertyDescriptor
extends FeatureDescriptor

Variable Index

 o SYNTHETIC_PROPERTY_DESCRIPTOR_ATTRIBUTE
 o m_SyntheticPropertyClass

Constructor Index

 o com.symantec.itools.vcafe.openapi.beans.SyntheticPropertyDescriptor(String, Class)

Method Index

 o addSyntheticPropertyDescriptor(BeanDescriptor, SyntheticPropertyDescriptor)
 o getSyntheticPropertyClass()
 o getSyntheticPropertyClassName()
 o getSyntheticPropertyDescriptors(BeanDescriptor)

Variables

 o SYNTHETIC_PROPERTY_DESCRIPTOR_ATTRIBUTE
public static final java.lang.String SYNTHETIC_PROPERTY_DESCRIPTOR_ATTRIBUTE
 o m_SyntheticPropertyClass
protected java.lang.Class m_SyntheticPropertyClass

Constructors

 o SyntheticPropertyDescriptor
public SyntheticPropertyDescriptor(String propertyName,
                                   Class propertyClass)

Methods

 o addSyntheticPropertyDescriptor
public static final void addSyntheticPropertyDescriptor(BeanDescriptor beanDescriptor,
                                                        SyntheticPropertyDescriptor syntheticPD)
 o getSyntheticPropertyClass
public java.lang.Class getSyntheticPropertyClass()
 o getSyntheticPropertyClassName
public java.lang.String getSyntheticPropertyClassName()
 o getSyntheticPropertyDescriptors
public static final com.symantec.itools.vcafe.openapi.beans.SyntheticPropertyDescriptor[] getSyntheticPropertyDescriptors(BeanDescriptor beanDescriptor)

All Packages  Class Hierarchy  This Package  Previous  Next  Index